projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67be8a4
)
; * src/eval.c: (grow_specpdl): Remove another redundant declaration
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 12 Mar 2022 16:53:29 +0000
(17:53 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 12 Mar 2022 16:54:25 +0000
(17:54 +0100)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index a9d56ca23b3fbf291fe258f709bff08f6fa0b06d..b747d2cbb6fdcf9bdda07ed1a5bd3c7299c7a769 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-267,8
+267,6
@@
restore_stack_limits (Lisp_Object data)
integer_to_intmax (XCDR (data), &max_lisp_eval_depth);
}
-static void grow_specpdl (void);
-
/* Call the Lisp debugger, giving it argument ARG. */
Lisp_Object